home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / music / delitracker / files / arexx.lzx / Arexx / dt_playmodule.rexx < prev    next >
OS/2 REXX Batch file  |  2016-02-11  |  124b  |  11 lines

  1. /* DeliTracker - load & play given module */
  2.  
  3. /* Arguments */
  4.  
  5. parse arg filename
  6.  
  7. address 'DELITRACKER'
  8.  
  9. playmod filename
  10.  
  11.